home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / properties.dfm / properties.txt
Encoding:
Text File  |  2001-10-16  |  753 b   |  33 lines

  1. object FormProperties: TFormProperties
  2.   Left = 708
  3.   Top = 249
  4.   Width = 373
  5.   Height = 155
  6.   Caption = 'Properties'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnResize = FormResize
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object StringGridProperties: TStringGrid
  15.     Left = 1
  16.     Top = 4
  17.     Width = 362
  18.     Height = 123
  19.     ColCount = 3
  20.     DefaultRowHeight = 16
  21.     FixedCols = 0
  22.     RowCount = 10
  23.     Font.Color = clWindowText
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goColMoving]
  28.     ParentFont = False
  29.     ScrollBars = ssVertical
  30.     TabOrder = 0
  31.   end
  32. end
  33.